Q3ViewerGetGroup
You can use theQ3ViewerGetGroup
function to get the group of objects currently associated with a viewer.
TQ3GroupObject Q3ViewerGetGroup (TQ3ViewerObject theViewer);
theViewer
- A viewer object.
DESCRIPTION
TheQ3ViewerGetGroup
function returns, as its function result, a reference to the group containing the objects currently associated with the viewer specified by thetheViewer
parameter. The reference count of that group is incremented. You should therefore dispose of the group when you have finished using it.